バージョン

NumericEditorFor<TProperty>(Expression<Func<TModel,TProperty>>,IDictionary<String,Object>) メソッド

モデルの特定のプロパティに NumericEditor ウィジェットを設定するヘルパー。
シンタックス
'宣言
 
Public Overloads Function NumericEditorFor(Of TProperty)( _
   ByVal expression As System.Linq.Expressions.Expression(Of Func(Of TModel,TProperty)), _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As NumericEditorWrapper
public NumericEditorWrapper NumericEditorFor<TProperty>( 
   System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

expression
モデル プロパティの式。
htmlAttributes
HtmlAttributes プロパティのセッター。

型パラメータ

TProperty
プロパティのタイプ。

戻り値の型

NumericEditorWrapper の新しいインスタンス。
参照

オンラインで表示: GitHub